ImageGear Professional v18.2 > User Guide > Installing, Licensing, and Distributing ImageGear > Installing ImageGear |
To install ImageGear, download an electronic version from www.accusoft.com. Please contact Accusoft at 1(813)875-7575 for instructions on downloading your specific version of ImageGear for Unix.
The name of the ImageGear installation package for Unix is the following:
Please see "Automated Installation Script" or "Manual Installation" sections below for details on installing ImageGear.
Copy Code
|
|
---|---|
tar zxvf {installation filename} |
Copy Code
|
|
---|---|
. install.sh |
The script will search for and modify the current user's shell profile files to add ImageGear's environment variables for the current folder and attempt to run the Accusoft License Manager. Optionally, a destination directory can be used as an argument. For example:
Copy Code
|
|
---|---|
. install.sh $HOME/ImageGear18/ |
In this case, the contents of the $HOME/Accusoft/ImageGear18/ directory will be copied to the specified directory, and the environment variables and licensing will be done for this location.
Copy Code
|
|
---|---|
tar zxvf {installation filename} |
In order for ImageGear to work, there must be a license file installed. The license key is kept in the file with the name accusoft.<solution name>.<version specification>.imagegear. ImageGear installation comes with predefined solution name 'Accusoft' and version specification '1-10-18' for Linux 32-bit platform, and '1-106-18' for Linux 64-bit platform. The blank accusoft.Accusoft.1-10-18.imagegear or accusoft.Accusoft.1-106-18.imagegear license file is included in the installation.
Please use $HOME/Accusoft/ImageGear18/licensing/licensemanager/runLicenseManager script (on 32-bit platform) or
$HOME/Accusoft/ImageGear18-64/licensing/licensemanager/runLicenseManager script (on 64-bit platform) to run the License Manager user interface. Please refer to ImageGear Licensing for additional details about how to acquire a license key.
Copy Code
|
|
---|---|
LD_LIBRARY_PATH=$HOME/Accusoft/ImageGear18/bin |
ImageGear uses IMAGE_GEAR_LIBRARY_PATH variable to set a path to the ImageGear libraries. For example:
Copy Code
|
|
---|---|
IMAGE_GEAR_LIBRARY_PATH=$HOME/Accusoft/ImageGear18/bin |
ImageGear also uses SSMPATH variable to set a path to the DCRAW library. It should point to the same location as IMAGE_GEAR_LIBRARY_PATH. For example:
Copy Code
|
|
---|---|
SSMPATH=$HOME/Accusoft/ImageGear18/bin" |
Here is an example Linux .bash_profile with all the necessary variables defined:
Copy Code
|
|
---|---|
# User specific environment and startup programs |